home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rbcomm34.zip / README < prev    next >
Text File  |  1993-01-03  |  5KB  |  167 lines

  1. RBcomm v3.40 -- list of changes since v3.31
  2.  
  3. If you have been using RBcomm v3.36 or earlier, you will need to
  4. recompile all of your macro files, as the internal structure has changed.
  5. However, no harm will result if you forget to do so since RBcomm v3.1+
  6. will complain on outdated macro files.
  7.  
  8. ------------------------------------------------------------------------
  9. See RBCOMM.DOC for full details on the following:
  10.  
  11. Removed macro commands
  12. ----------------------
  13.  
  14.     UI_MENU  (use LOAD_MACRO "" instead)
  15.     SAVE_MACRO
  16.     AUTO_ZMODEM (alias for AUTO_XFER)
  17.  
  18. Changed macro commands
  19. ----------------------
  20.  
  21.     DISPLAY "msg"
  22.     The message now undergoes variable expansion.
  23.  
  24.     EXIT errorlevel
  25.     "errorlevel" added
  26.  
  27.     LEARN
  28.         no longer asks which key to bind.  The learned string is always
  29.         sent by the RECALL command, bound to Alt-N in the default
  30.         keybindings.
  31.  
  32.     LISTDIAL "list"
  33.     if "list" is empty and numbers remain from a previous multi-number
  34.     dial, the previous list is automatically presented as the default.
  35.     The list is no longer a single character per entry to be dialed,
  36.     but rather a list of entry numbers separated by commas or blanks.
  37.  
  38.     MESSAGE row col "msg"
  39.     The message now undergoes variable expansion.
  40.  
  41.     MESSAGEBOX "msg"
  42.     The message now undergoes variable expansion.
  43.  
  44.     NOTIFY "msg"
  45.     The message now undergoes variable expansion.
  46.  
  47.     SOUND freq dur
  48.     make a tone of the specified frequency in Hertz for the specified
  49.     duration in clock ticks.
  50.  
  51. New macro commands
  52. ------------------
  53.  
  54.     ALARM
  55.     execute the macro bound to the Alarm pseudo-key, or the BEEP command
  56.     if Alarm is not bound.
  57.  
  58.     AVATAR on|off
  59.     enable/disable AVATAR emulation commands.
  60.  
  61.     DVEXEC on|off "DVPcommand"
  62.     execute a program in another DESQview window, optionally disabling
  63.     serial port handler and waiting until other program terminates.
  64.  
  65.     EXPAND_BLANK on|off
  66.     specify whether the TYPE command expands completely empty lines to a
  67.     single blank.
  68.  
  69.     LTRIM CUTBUFFER "trimchars"
  70.     remove "trimchars" from the beginning of the cut buffer.
  71.  
  72.     MUSIC on|off
  73.     enable/disable ANSI music for the ANSI-BBS terminal emulation.
  74.  
  75.     PLAY "music-string"
  76.     play the notes specified by the string.
  77.  
  78.     RBCOMM_CMDS on|off
  79.     enable/disable RBcomm's private terminal commands.
  80.  
  81.     RECALL
  82.     transmits the last string entered with the LEARN command to the
  83.     remote system.
  84.  
  85.     RTRIM CUTBUFFER "trimchars"
  86.     remove "trimchars" from the right end of the cut buffer.
  87.  
  88.     SOUND freq dur
  89.     make a tone of the specified frequency in Hertz for the specified
  90.     duration in clock ticks.
  91.  
  92.     TFLUSH
  93.     discard any unsent characters still pending in the transmit queue.
  94.  
  95.     TRIM CUTBUFFER "trimchars"
  96.     remove "trimchars" from both beginning and end of the cut buffer.
  97.  
  98. New pseudokeys
  99. --------------
  100.  
  101.      Alarm    action(s) to perform on connecting to a remote system,
  102.         completing a file transfer, and executing the ALARM macro
  103.         command
  104.  
  105.      AutoDL     set up autodownload/autoupload triggers and actions
  106.  
  107.      #download_x  overrides command string for downloading with protocol 'x'
  108.  
  109.      #upload_x    overrides command string for uploading with protocol 'x'
  110.  
  111. New variable expansions
  112. -----------------------
  113.  
  114.      %F     insert files to be transferred (or transfer parameters)
  115.         only valid in file transfer command strings
  116.      %/     insert slash unless preceded by slash or backslach
  117.      %\     insert backslash unless preceded by slash or backslash
  118.  
  119. New commandline options (not case-sensitive)
  120. --------------------------------------------
  121.  
  122.      -B     use BIOS calls to display characters received from the serial
  123.         port
  124.  
  125.  
  126. New environment variables
  127. -------------------------
  128.  
  129.       n/a
  130.  
  131.  
  132. ------------------------------------------------------------------------
  133.  
  134. The dialing directory may now contain up to 250 entries.
  135.  
  136. Puma autodownload is no longer enabled by default.
  137.  
  138. The DESQview mouse pointer is now hidden while inside the RBcomm window.
  139.  
  140. RBcomm now supports 115200 bps.
  141.  
  142. File transfer commands are no longer built up from pieces which basically
  143. assume the use of DSZ, but are instead given in full, permitting the use
  144. of a different program for each protocol (if desired).
  145.  
  146. ------------------------------------------------------------------------
  147.  
  148. The macro compiler no longer decompiles previously-compiled macros.  As
  149. a result, the commandline format has changed.
  150.  
  151. Usage: MACRO srcfile [srcfile ...]
  152. Compile each source (text) file to an RBcomm macro file with the extension
  153. .RBM.  If no extension is given for a source file, the default extension
  154. .MAC is used.
  155.  
  156. ------------------------------------------------------------------------
  157.  
  158. The RBcomm private emulation commands have been switched around
  159. somewhat to accomodate full-time AVATAR availability:
  160.  
  161.     ^R (clear rest of screen) is now "start reverse video" (formerly ^V)
  162.     ^U now cancels both underline and reverse video
  163.     ^V is now the Avatar command character in all emulations
  164.     ^W (cancel reverse video) is now delete character (formerly ^Y)
  165.     ^Y is now "repeat character" in all emulations
  166.     ^F5 is now "clear to end of screen" instead of "repeat character"
  167.